File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ The following programs are necessary:
3030
31311 . Open an existing file, or create a new file and make sure it's saved in its own folder.
32322 . Remove any global light sources.
33- 3 . In the render properties tab on the right , click "Initialize / Repair" in the "RCT Graphics Helper" section.
33+ 3 . In the RCT Tools toolbar on the 3D view toolshelf , click "Initialize / Repair" in the "RCT Graphics Helper" section.
34344 . This will create the lighting rig, and set the correct render settings.
35355 . More options are now available in the RCT Graphics Helper section. Click the "Render" button to start rendering the scene.
36366 . In the folder where the Blend file is saved, an "output" folder has been created with the rendered image files.
Original file line number Diff line number Diff line change 2121
2222from .models .palette import palette_colors , palette_colors_details
2323
24-
2524class GraphicsHelperPanel (bpy .types .Panel ):
25+
2626 bl_label = "RCT Graphics Helper"
27- bl_idname = "RENDER_PT_rct_graphics_helper "
28- bl_space_type = 'PROPERTIES '
29- bl_region_type = 'WINDOW '
30- bl_context = "render"
27+ bl_idname = "VIEW3D_PT_rct_graphics_helper "
28+ bl_space_type = 'VIEW_3D '
29+ bl_region_type = 'TOOLS '
30+ bl_category = 'RCT Tools'
3131
3232 def draw (self , context ):
3333
You can’t perform that action at this time.
0 commit comments